/* =====================================================
   OUR PRIDE
===================================================== */

.pride-section {
    font-family: "Poppins", sans-serif;
}


/* =====================================================
   PRIDE BADGE
===================================================== */

.pride-badge {
    display: flex;
    align-items: center;
    gap: 12px;

    padding: 12px 18px;

    background: #ffffff;

    border: 1px solid #e5e7eb;

    border-radius: 16px;

    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
}

.pride-badge-icon {
    width: 42px;
    height: 42px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 12px;

    background: #ecfdf5;
    color: #047857;

    font-size: 17px;
}

.pride-badge span {
    display: block;

    font-size: 10px;
    font-weight: 700;

    letter-spacing: 0.12em;

    color: #94a3b8;
}

.pride-badge strong {
    display: block;

    margin-top: 2px;

    font-size: 14px;

    color: #0f172a;
}


/* =====================================================
   FEATURE CARD
===================================================== */

.pride-feature {
    position: relative;

    overflow: hidden;

    padding: 30px;

    min-height: 100%;

    border-radius: 24px;

    background:
        linear-gradient(
            145deg,
            #0b4335 0%,
            #0d5a45 55%,
            #116b50 100%
        );

    box-shadow:
        0 20px 45px rgba(11, 67, 53, 0.15);
}

.pride-feature-circle {
    position: absolute;

    border-radius: 999px;

    pointer-events: none;
}

.circle-one {
    width: 220px;
    height: 220px;

    top: -100px;
    right: -80px;

    background: rgba(74, 222, 128, 0.12);

    filter: blur(2px);
}

.circle-two {
    width: 180px;
    height: 180px;

    bottom: -100px;
    left: -80px;

    background: rgba(190, 242, 100, 0.08);

    filter: blur(3px);
}


.pride-feature-icon {
    width: 58px;
    height: 58px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 22px;

    border-radius: 17px;

    background: rgba(255, 255, 255, 0.10);

    color: #bbf7d0;

    font-size: 23px;

    border: 1px solid rgba(255, 255, 255, 0.12);
}


.pride-small-label {
    display: block;

    margin-bottom: 10px;

    color: #86efac;

    font-size: 11px;
    font-weight: 700;

    letter-spacing: 0.16em;
    text-transform: uppercase;
}


.pride-feature h3 {
    max-width: 430px;

    color: #ffffff;

    font-size: clamp(26px, 3vw, 36px);

    font-weight: 800;

    line-height: 1.25;
}

.pride-feature h3 span {
    color: #86efac;
}


.pride-feature p {
    max-width: 520px;

    margin-top: 18px;

    color: rgba(236, 253, 245, 0.78);

    font-size: 14px;

    line-height: 1.9;
}


/* =====================================================
   STATS
===================================================== */

.pride-stat {
    padding: 15px;

    border: 1px solid rgba(255, 255, 255, 0.10);

    border-radius: 14px;

    background: rgba(255, 255, 255, 0.08);
}

.pride-stat strong {
    display: block;

    color: #ffffff;

    font-size: 20px;

    font-weight: 800;
}

.pride-stat span {
    display: block;

    margin-top: 3px;

    color: rgba(236, 253, 245, 0.65);

    font-size: 11px;
}


/* =====================================================
   ACHIEVEMENT CARD
===================================================== */

.pride-card {
    position: relative;

    padding: 22px;

    background: #ffffff;

    border: 1px solid #e5e7eb;

    border-radius: 18px;

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease;
}

.pride-card:hover {
    transform: translateY(-5px);

    border-color: #bbf7d0;

    box-shadow:
        0 16px 35px rgba(15, 23, 42, 0.08);
}


.pride-card-top {
    display: flex;

    align-items: center;

    justify-content: space-between;

    margin-bottom: 17px;
}


.pride-icon {
    width: 48px;
    height: 48px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 14px;

    font-size: 19px;
}


.pride-card-top > span {
    color: #cbd5e1;

    font-size: 12px;

    font-weight: 800;

    letter-spacing: 0.08em;
}


.pride-card h3 {
    color: #0f172a;

    font-size: 17px;

    font-weight: 800;
}


.pride-card p {
    margin-top: 8px;

    color: #64748b;

    font-size: 13px;

    line-height: 1.8;
}


/* =====================================================
   HERITAGE CARDS
===================================================== */

.heritage-card {
    display: flex;

    gap: 18px;

    padding: 22px;

    background: #ffffff;

    border: 1px solid #e5e7eb;

    border-radius: 18px;

    transition: 0.3s ease;
}

.heritage-card:hover {
    transform: translateY(-3px);

    border-color: #bbf7d0;

    box-shadow:
        0 14px 30px rgba(15, 23, 42, 0.07);
}


.heritage-icon {
    width: 48px;
    height: 48px;

    flex-shrink: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 14px;

    font-size: 18px;
}


.heritage-card span {
    color: #16a34a;

    font-size: 10px;

    font-weight: 800;

    letter-spacing: 0.13em;
}


.heritage-card h3 {
    margin-top: 4px;

    color: #0f172a;

    font-size: 17px;

    font-weight: 800;
}


.heritage-card p {
    margin-top: 8px;

    color: #64748b;

    font-size: 13px;

    line-height: 1.8;
}


/* =====================================================
   BOTTOM CTA
===================================================== */

.pride-bottom {
    padding: 18px 20px;

    background: #ffffff;

    border: 1px solid #e2e8f0;

    border-radius: 18px;

    box-shadow: 0 8px 25px rgba(15, 23, 42, 0.04);
}


.pride-bottom-icon {
    width: 45px;
    height: 45px;

    flex-shrink: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 13px;

    background: #fef2f2;

    color: #dc2626;

    font-size: 16px;
}


.pride-bottom h3 {
    color: #0f172a;

    font-size: 15px;

    font-weight: 800;
}


.pride-bottom p {
    margin-top: 3px;

    color: #64748b;

    font-size: 12px;
}


.pride-action {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 9px;

    min-height: 42px;

    padding: 0 18px;

    border-radius: 12px;

    background: #15803d;

    color: #ffffff;

    font-size: 13px;

    font-weight: 700;

    text-decoration: none;

    transition: 0.3s ease;
}

.pride-action:hover {
    background: #166534;

    transform: translateY(-2px);
}


/* =====================================================
   RESPONSIVE
===================================================== */

@media (max-width: 640px) {

    .pride-feature {
        padding: 23px;

        border-radius: 20px;
    }

    .pride-card {
        padding: 19px;

        border-radius: 16px;
    }

    .heritage-card {
        padding: 18px;

        gap: 14px;

        border-radius: 16px;
    }

    .pride-bottom {
        padding: 17px;
    }

    .pride-action {
        width: 100%;
    }

}